const encoding/json.scanError

12 uses

	encoding/json (current package)
		indent.go#L68: 			if v == scanError {
		indent.go#L75: 	if scan.eof() == scanError {
		indent.go#L130: 		if v == scanError {
		indent.go#L170: 	if scan.eof() == scanError {
		scanner.go#L35: 		if scan.step(scan, c) == scanError {
		scanner.go#L39: 	if scan.eof() == scanError {
		scanner.go#L131: 	scanError // hit an error, scanner.err.
		scanner.go#L161: 		return scanError
		scanner.go#L173: 	return scanError
		scanner.go#L587: 	return scanError
		scanner.go#L594: 	return scanError
		stream.go#L118: 			case scanError: